home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / MailPro.lha / MailProLibrary / include / proto / mailpro.h
Encoding:
C/C++ Source or Header  |  1999-01-14  |  380 b   |  18 lines

  1. /*
  2. **      $VER: mailpro.h 1.0 (1.1.99)
  3. **
  4. **      prototype/pragma include for mailpro.library
  5. **
  6. **      (C) Copyright 1999 Sergeev O.V.
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef PROTO_MAILPRO_H
  11. #define PROTO_MAILPRO_H
  12. #include <exec/types.h>
  13. extern struct Library *MailProBase;
  14. #include <clib/mailpro_protos.h>
  15. #include <pragmas/mailpro_pragmas.h>
  16.  
  17. #endif /* PROTO_MAILPRO_H */
  18.